home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / MCC_TableGroup.lha / MCC_TableGroup / MCC_TableGroup.readme next >
Text File  |  1999-01-12  |  884b  |  19 lines

  1. Short:        Extern class for MUI that allows advanced table like layout
  2. Author:       henning.thielemann@student.uni-halle.de
  3. Uploader:     henning.thielemann@student.uni-halle.de
  4. Type:         dev/mui
  5. Version:      1.0 beta, 23.01.1998
  6. Requires:     MUI 3.8
  7.  
  8.  This mui custom class offers a table like layout with the possibility to
  9. join cells as known from HTML tables.  It has a more logical order of
  10. placing its childs than the original group class of MUI has.  That means
  11. that the row groups realized by TableGroup.mcc are filled from top to
  12. bottom and from left to right.
  13.  This class was created to allow several independent parts of a program to
  14. add their childs to one table group so that it appear as it would be made
  15. of one piece.  For example you are able to build a column group with a
  16. horizontal bar but with the same column alignment of the upper and the
  17. lower part.
  18.  
  19.